internal/runtime/maps.groupReference.ctrls (method)
99 uses
internal/runtime/maps (current package)
group.go#L279: func (g *groupReference) ctrls() *ctrlGroup {
map.go#L447: match := g.ctrls().matchH2(h2(hash))
map.go#L537: match := g.ctrls().matchH2(h2(hash))
map.go#L565: match = g.ctrls().matchEmptyOrDeleted()
map.go#L588: g.ctrls().set(i, ctrl(h2(hash)))
map.go#L601: g.ctrls().setEmpty()
map.go#L612: if (g.ctrls().get(i) & ctrlEmpty) == ctrlEmpty {
map.go#L688: match := g.ctrls().matchH2(h2(hash))
map.go#L723: g.ctrls().set(i, ctrlEmpty)
map.go#L775: g.ctrls().setEmpty()
runtime_fast32_swiss.go#L37: full := g.ctrls().matchFull()
runtime_fast32_swiss.go#L63: match := g.ctrls().matchH2(h2(hash))
runtime_fast32_swiss.go#L76: match = g.ctrls().matchEmpty()
runtime_fast32_swiss.go#L106: full := g.ctrls().matchFull()
runtime_fast32_swiss.go#L132: match := g.ctrls().matchH2(h2(hash))
runtime_fast32_swiss.go#L145: match = g.ctrls().matchEmpty()
runtime_fast32_swiss.go#L159: match := g.ctrls().matchH2(h2(hash))
runtime_fast32_swiss.go#L176: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast32_swiss.go#L188: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32_swiss.go#L252: match := g.ctrls().matchH2(h2(hash))
runtime_fast32_swiss.go#L270: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast32_swiss.go#L275: if g.ctrls().get(i) == ctrlDeleted {
runtime_fast32_swiss.go#L307: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast32_swiss.go#L390: match := g.ctrls().matchH2(h2(hash))
runtime_fast32_swiss.go#L408: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast32_swiss.go#L413: if g.ctrls().get(i) == ctrlDeleted {
runtime_fast32_swiss.go#L440: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L37: full := g.ctrls().matchFull()
runtime_fast64_swiss.go#L63: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L76: match = g.ctrls().matchEmpty()
runtime_fast64_swiss.go#L106: full := g.ctrls().matchFull()
runtime_fast64_swiss.go#L132: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L145: match = g.ctrls().matchEmpty()
runtime_fast64_swiss.go#L159: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L176: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast64_swiss.go#L188: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L252: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L270: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast64_swiss.go#L275: if g.ctrls().get(i) == ctrlDeleted {
runtime_fast64_swiss.go#L307: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L334: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L351: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast64_swiss.go#L363: g.ctrls().set(i, ctrl(h2(hash)))
runtime_fast64_swiss.go#L429: match := g.ctrls().matchH2(h2(hash))
runtime_fast64_swiss.go#L447: match = g.ctrls().matchEmptyOrDeleted()
runtime_fast64_swiss.go#L452: if g.ctrls().get(i) == ctrlDeleted {
runtime_fast64_swiss.go#L479: g.ctrls().set(i, ctrl(h2(hash)))
runtime_faststr_swiss.go#L22: ctrls := *g.ctrls()
runtime_faststr_swiss.go#L61: ctrls = *g.ctrls()
runtime_faststr_swiss.go#L139: match := g.ctrls().matchH2(h2(hash))
runtime_faststr_swiss.go#L152: match = g.ctrls().matchEmpty()
runtime_faststr_swiss.go#L198: match := g.ctrls().matchH2(h2(hash))
runtime_faststr_swiss.go#L211: match = g.ctrls().matchEmpty()
runtime_faststr_swiss.go#L225: match := g.ctrls().matchH2(h2(hash))
runtime_faststr_swiss.go#L244: match = g.ctrls().matchEmptyOrDeleted()
runtime_faststr_swiss.go#L256: g.ctrls().set(i, ctrl(h2(hash)))
runtime_faststr_swiss.go#L320: match := g.ctrls().matchH2(h2(hash))
runtime_faststr_swiss.go#L341: match = g.ctrls().matchEmptyOrDeleted()
runtime_faststr_swiss.go#L346: if g.ctrls().get(i) == ctrlDeleted {
runtime_faststr_swiss.go#L378: g.ctrls().set(i, ctrl(h2(hash)))
runtime_swiss.go#L84: match := g.ctrls().matchH2(h2(hash))
runtime_swiss.go#L104: match = g.ctrls().matchEmpty()
runtime_swiss.go#L158: match := g.ctrls().matchH2(h2(hash))
runtime_swiss.go#L178: match = g.ctrls().matchEmpty()
runtime_swiss.go#L251: match := g.ctrls().matchH2(h2(hash))
runtime_swiss.go#L280: match = g.ctrls().matchEmpty()
runtime_swiss.go#L316: g.ctrls().set(i, ctrl(h2(hash)))
runtime_swiss.go#L337: match = g.ctrls().matchEmptyOrDeleted()
table.go#L110: g.ctrls().setEmpty()
table.go#L198: match := g.ctrls().matchH2(h2(hash))
table.go#L217: match = g.ctrls().matchEmpty()
table.go#L231: match := g.ctrls().matchH2(h2(hash))
table.go#L250: match = g.ctrls().matchEmpty()
table.go#L276: match := g.ctrls().matchH2(h2(hash))
table.go#L304: match = g.ctrls().matchEmptyOrDeleted()
table.go#L309: if g.ctrls().get(i) == ctrlDeleted {
table.go#L351: g.ctrls().set(i, ctrl(h2(hash)))
table.go#L394: match := g.ctrls().matchEmptyOrDeleted()
table.go#L414: g.ctrls().set(i, ctrl(h2(hash)))
table.go#L425: match := g.ctrls().matchH2(h2(hash))
table.go#L471: if g.ctrls().matchEmpty() != 0 {
table.go#L472: g.ctrls().set(i, ctrlEmpty)
table.go#L475: g.ctrls().set(i, ctrlDeleted)
table.go#L485: match = g.ctrls().matchEmpty()
table.go#L520: match := g.ctrls().matchFull()
table.go#L542: m := g.ctrls().matchEmptyOrDeleted()
table.go#L549: if g.ctrls().matchEmpty() != 0 {
table.go#L565: m := g.ctrls().matchEmptyOrDeleted() // must be deleted
table.go#L578: m := g.ctrls().matchEmptyOrDeleted() // must be deleted
table.go#L582: g.ctrls().set(k, ctrlEmpty)
table.go#L605: if g.ctrls().matchFull() != 0 {
table.go#L608: g.ctrls().setEmpty()
table.go#L801: if (it.group.ctrls().get(k) & ctrlEmpty) == ctrlEmpty {
table.go#L946: if (it.group.ctrls().get(slotIdx) & ctrlEmpty) == 0 {
table.go#L1015: groupMatch = it.group.ctrls().matchFull()
table.go#L1166: if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
table.go#L1207: if (g.ctrls().get(j) & ctrlEmpty) == ctrlEmpty {
table_debug.go#L28: c := g.ctrls().get(j)
table_debug.go#L98: ctrls := g.ctrls()